{% extends "global/Page.html" %} {% load otree static %} {% block title %} Experience Questionnaire {% endblock %} {% block content %}
For each experience, please answer the questions honestly using the appropriate scale.
| 1 | 2 | 3 | 4 | 5 | |
|---|---|---|---|---|---|
| How safe would you feel in this scenario? | {% for number in ExpQ1_scales %}{% endfor %} | ||||
| How likely are you to accomplish this? | {% for number in ExpQ2_scales %}{% endfor %} | ||||
| How confident would you feel in doing this scenario? | {% for number in ExpQ3_scales %}{% endfor %} |
{% formfield player.ExpQ4_34 %}
How much would you pay to experience this scenario?
| 1 | 2 | 3 | 4 | 5 | |
|---|---|---|---|---|---|
| How safe would you feel in this scenario? | {% for number in ExpQ1_scales %}{% endfor %} | ||||
| How likely are you to accomplish this? | {% for number in ExpQ2_scales %}{% endfor %} | ||||
| How confident would you feel in doing this scenario? | {% for number in ExpQ3_scales %}{% endfor %} |
{% formfield player.ExpQ4_35 %}
How much would you pay to experience this scenario?
| 1 | 2 | 3 | 4 | 5 | |
|---|---|---|---|---|---|
| How safe would you feel in this scenario? | {% for number in ExpQ1_scales %}{% endfor %} | ||||
| How likely are you to accomplish this? | {% for number in ExpQ2_scales %}{% endfor %} | ||||
| How confident would you feel in doing this scenario? | {% for number in ExpQ3_scales %}{% endfor %} |
{% formfield player.ExpQ4_36 %}
How much would you pay to experience this scenario?
| 1 | 2 | 3 | 4 | 5 | |
|---|---|---|---|---|---|
| How safe would you feel in this scenario? | {% for number in ExpQ1_scales %}{% endfor %} | ||||
| How likely are you to accomplish this? | {% for number in ExpQ2_scales %}{% endfor %} | ||||
| How confident would you feel in doing this scenario? | {% for number in ExpQ3_scales %}{% endfor %} |
{% formfield player.ExpQ4_37 %}
How much would you pay to experience this scenario?
| 1 | 2 | 3 | 4 | 5 | |
|---|---|---|---|---|---|
| How safe would you feel in this scenario? | {% for number in ExpQ1_scales %}{% endfor %} | ||||
| How likely are you to accomplish this? | {% for number in ExpQ2_scales %}{% endfor %} | ||||
| How confident would you feel in doing this scenario? | {% for number in ExpQ3_scales %}{% endfor %} |
{% formfield player.ExpQ4_38 %}
How much would you pay to experience this scenario?
| 1 | 2 | 3 | 4 | 5 | |
|---|---|---|---|---|---|
| How safe would you feel in this scenario? | {% for number in ExpQ1_scales %}{% endfor %} | ||||
| How likely are you to accomplish this? | {% for number in ExpQ2_scales %}{% endfor %} | ||||
| How confident would you feel in doing this scenario? | {% for number in ExpQ3_scales %}{% endfor %} |
{% formfield player.ExpQ4_39 %}
How much would you pay to experience this scenario?
| 1 | 2 | 3 | 4 | 5 | |
|---|---|---|---|---|---|
| How safe would you feel in this scenario? | {% for number in ExpQ1_scales %}{% endfor %} | ||||
| How likely are you to accomplish this? | {% for number in ExpQ2_scales %}{% endfor %} | ||||
| How confident would you feel in doing this scenario? | {% for number in ExpQ3_scales %}{% endfor %} |
{% formfield player.ExpQ4_40 %}
How much would you pay to experience this scenario?
| 1 | 2 | 3 | 4 | 5 | |
|---|---|---|---|---|---|
| How safe would you feel in this scenario? | {% for number in ExpQ1_scales %}{% endfor %} | ||||
| How likely are you to accomplish this? | {% for number in ExpQ2_scales %}{% endfor %} | ||||
| How confident would you feel in doing this scenario? | {% for number in ExpQ3_scales %}{% endfor %} |
{% formfield player.ExpQ4_41 %}
How much would you pay to experience this scenario?
| 1 | 2 | 3 | 4 | 5 | |
|---|---|---|---|---|---|
| How safe would you feel in this scenario? | {% for number in ExpQ1_scales %}{% endfor %} | ||||
| How likely are you to accomplish this? | {% for number in ExpQ2_scales %}{% endfor %} | ||||
| How confident would you feel in doing this scenario? | {% for number in ExpQ3_scales %}{% endfor %} |
{% formfield player.ExpQ4_42 %}
How much would you pay to experience this scenario?
| 1 | 2 | 3 | 4 | 5 | |
|---|---|---|---|---|---|
| How safe would you feel in this scenario? | {% for number in ExpQ1_scales %}{% endfor %} | ||||
| How likely are you to accomplish this? | {% for number in ExpQ2_scales %}{% endfor %} | ||||
| How confident would you feel in doing this scenario? | {% for number in ExpQ3_scales %}{% endfor %} |
{% formfield player.ExpQ4_43 %}
How much would you pay to experience this scenario?
| 1 | 2 | 3 | 4 | 5 | |
|---|---|---|---|---|---|
| How safe would you feel in this scenario? | {% for number in ExpQ1_scales %}{% endfor %} | ||||
| How likely are you to accomplish this? | {% for number in ExpQ2_scales %}{% endfor %} | ||||
| How confident would you feel in doing this scenario? | {% for number in ExpQ3_scales %}{% endfor %} |
{% formfield player.ExpQ4_44 %}
How much would you pay to experience this scenario?
{% next_button %} {% endblock %}